Get user's projects
Response
Expected response to a valid request
Example response
[
{
"id": "AABBCCDD",
"team": "MMNNOOPP",
"body": "A long body describing my project in detail",
"status": "approved",
"project_type": "mod",
"categories": [
"technology",
"adventure",
"fabric"
],
"additional_categories": [
"technology",
"adventure",
"fabric"
],
"environment": [
"client_and_server"
],
"game_versions": [
"1.19",
"1.19.1",
"1.19.2",
"1.19.3"
],
"loaders": [
"neoforge",
"fabric"
],
"versions": [
"IIJJKKLL",
"QQRRSSTT"
],
"license": {
"id": "LGPL-3.0-or-later",
"name": "GNU Lesser General Public License v3 or later"
},
"gallery": [
{
"url": "https://cdn.modrinth.com/data/AABBCCDD/images/009b7d8d6e8bf04968a29421117c59b3efe2351a.png",
"featured": true,
"title": "My awesome screenshot!",
"description": "This awesome screenshot shows all of the blocks in my mod!"
}
],
"thread_id": "TTUUVVWW",
"slug": "my_project",
"organization": "AABBCCDD",
"icon_url": "https://cdn.modrinth.com/data/AABBCCDD/b46513nd83hb4792a9a0e1fn28fgi6090c1842639.png",
"raw_icon_url": "https://cdn.modrinth.com/data/AABBCCDD/b46513nd83hb4792a9a0e1fn28fgi6090c1842639-raw.png",
"color": 8703084,
"issues_url": "https://github.com/modrinth/code/issues",
"source_url": "https://github.com/modrinth/code",
"wiki_url": "https://github.com/modrinth/code/wiki",
"discord_url": "https://discord.gg/modrinth",
"donation_urls": [
{
"id": "patreon",
"platform": "Patreon",
"url": "https://www.patreon.com/my_user"
}
],
"client_side": "required",
"server_side": "optional"
}
]Changes
Changed in 1 of the 21 revisions of this API.139
- ▲
the
items/response's property type/format changed from/toobject/for status200response-property-type-changed
- ○
added the optional property
items/approvedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/body_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/colorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/discord_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/donation_urlsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/icon_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/issues_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/moderator_messageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/organizationto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/queuedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/raw_icon_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/requested_statusto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/slugto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/source_urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/wiki_urlto the response with the200statusresponse-optional-property-added
- ○
removed
NonSearchProjectServerRenderedProjectsubschema #3from theitems/response propertyallOflist for the response status200response-property-all-of-removed
- ○
added the required property
items/additional_categoriesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/bodyto the response with the200statusresponse-required-property-added
- ○
added the required property
items/categoriesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/client_sideto the response with the200statusresponse-required-property-added
- ○
added the required property
items/descriptionto the response with the200statusresponse-required-property-added
- ○
added the required property
items/downloadsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/environmentto the response with the200statusresponse-required-property-added
- ○
added the required property
items/followersto the response with the200statusresponse-required-property-added
- ○
added the required property
items/galleryto the response with the200statusresponse-required-property-added
- ○
added the required property
items/game_versionsto the response with the200statusresponse-required-property-added
- ○
added the required property
items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
items/licenseto the response with the200statusresponse-required-property-added
- ○
added the required property
items/loadersto the response with the200statusresponse-required-property-added
- ○
added the required property
items/monetization_statusto the response with the200statusresponse-required-property-added
- ○
added the required property
items/project_typeto the response with the200statusresponse-required-property-added
- ○
added the required property
items/publishedto the response with the200statusresponse-required-property-added
- ○
added the required property
items/server_sideto the response with the200statusresponse-required-property-added
- ○
added the required property
items/statusto the response with the200statusresponse-required-property-added
- ○
added the required property
items/teamto the response with the200statusresponse-required-property-added
- ○
added the required property
items/thread_idto the response with the200statusresponse-required-property-added
- ○
added the required property
items/titleto the response with the200statusresponse-required-property-added
- ○
added the required property
items/updatedto the response with the200statusresponse-required-property-added
- ○
added the required property
items/versionsto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲